home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-11-01 | 1.3 KB | 42 lines |
- ; ERR.INF
- ;
- ; Used by ERU.EXE -- Protect mode app and must be in Windows directory
- ;
- ; This ini file lists the files we wish to backup on the ERD. The section
- ; headings point to the position that the ERD program will look to find
- ; these files.
- ;
- ; Part of the job of this file is the creation of a order of precedence
- ; for backing up files when limited disk space is available. The higher
- ; the filename appears in this file the higher the precedence that the
- ; ERD program will give the file. In this way it is possible to modify
- ; file "importance" without any changes having to be made to the app.
- ; To facilitate this, section headings may appear more than once.
-
- ; The [ROOT] section specifies that the file exists in the root directory
- ; of the boot drive. If the files don't exit (diskless workstation) the
- ; program will continue.
- [ROOT]
- MSDOS.SYS
- COMMAND.COM
- IO.SYS
-
- ; The [WINDOWS] section specifies that the files can be found in the windows
- ; directory. If the files don't exist (just not there) the program will
- ; continue.
- [WINDOWS]
- SYSTEM.DAT
- USER.DAT
- PROTOCOL.INI
- SYSTEM.INI
- WIN.INI
-
- ; As noted above this second occurence of [ROOT] is used to establish an
- ; heiarchy of files for a limited disk space situation. These files will
- ; be given the lowest importance.
- [ROOT]
- AUTOEXEC.BAT
- CONFIG.SYS
-
-
-